home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / LAN / TICKL.ARJ / TICKLE.DOC < prev    next >
Text File  |  1992-01-07  |  2KB  |  56 lines

  1.                           == TICKLE ==
  2.  
  3. This Program was designed to be used as a tickler reminder system
  4. for those who like to stay on top of appointments or special
  5. events. It was written for a multi user environment and uses explicit
  6. record locking commands therefore the DOS "SHARE" command must be invoked 
  7. in order to allow it to function properly on a single user system.  
  8. The configuration file is merely a ASCII file that can be edited using 
  9. any text editor.  A brief breakdown of this file is as follows:
  10.  
  11. 0107  } These lines up to the words END COLORS are the 6 system
  12. 0107  } color setups.  The first 2 characters on each line are
  13. 0107  } the foreground color for that sector and the last 2
  14. 1401  } characters on that line are the coresponding background
  15. 1501  } color for that sector. The words END COLORS are essential
  16. 0003  } and should never be removed from their location.
  17. END COLORS
  18. LPT1: } Default printer port, the colon(:) is necessary.
  19. 60    } Maximum lines per Printed page.
  20. END PRINTER SETUP } This phrase necessary to terminate the file.
  21.       
  22. *NOTE - If you are using a monochrome monitor a file called tickle.mon
  23.  is included that should provide adequate support.  Simply copy tickle.mon
  24.  to tickle.cfg from a dos prompt within the installed directory.
  25.  
  26. The userID "ALL" is reserved by the system and is not allowed
  27. when Adding a new followup.  If the userID is set to "ALL" then
  28. you will have access to everyones followups.  The <F> keys refer
  29. to the FUNCTION KEYS.  One final reminder, the program makes use
  30. of the DOS "SORT" command for chronological sorting, therefore it
  31. must be in the current path.
  32.  
  33. Since this is a SHAREWARE program, If you find it helpful, a
  34. donation of $20.00 along with your name and address will entitle
  35. you to any future enhancements or updates to TICKLE. You are free
  36. to distribute "TICKLE" in its original form but it is prohibited from
  37. use in a business environment unless registered with the author.
  38.  
  39. SEND DONATIONS AND REGISTRATIONS TO:
  40.  
  41.           Robert G. Freeland
  42.           4110 Kelmarbi Rd.
  43.           Colonial Heights,  VA  23834
  44.  
  45. If you need assistance with this application please leave EMail
  46. to user Robbie Freeland.
  47.  
  48.  
  49.  
  50. PURGE:
  51. To Purge Database a batch file named "Purge.bat" has been included.
  52. From a DOS prompt within the TICKLE subdirectory execute this
  53. batch file and all deleted records will be purged from the Database.
  54.  
  55.  
  56.